type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryNumericToTextScanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L579: 			return scanPlanBinaryNumericToTextScanner{}
		numeric.go#L754: type scanPlanBinaryNumericToTextScanner struct{}
		numeric.go#L756: func (scanPlanBinaryNumericToTextScanner) Scan(src []byte, dst any) error {